Api.Disconnect method
Disconnects from the runtime computer.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public void Disconnect()
Public void Disconnect()
Remarks
- To ensure the session is disposed properly, it is suggested to use this method after the program ends.
See also